home *** CD-ROM | disk | FTP | other *** search
/ Digital Pose Collection / Digital Pose Collection.iso / mac / POSE / DATA / MAIN.DXR / 00082.ls < prev    next >
Encoding:
Text File  |  1996-06-18  |  381 b   |  23 lines

  1. global gface
  2.  
  3. on exitFrame
  4.   if (gface = 1) and rollOver(14) then
  5.     cursor([34, 35])
  6.   else
  7.     if rollOver(15) then
  8.       cursor([647, 648])
  9.     else
  10.       if rollOver(17) then
  11.         cursor([643, 644])
  12.       else
  13.         if rollOver(16) then
  14.           cursor([645, 646])
  15.         else
  16.           cursor(0)
  17.         end if
  18.       end if
  19.     end if
  20.   end if
  21.   go(the frame - 1)
  22. end
  23.